org.eclipse.vtp.desktop.core.configuration.adrequest
Class AttachedDataManager

java.lang.Object
  extended by org.eclipse.vtp.desktop.core.configuration.DefaultConfigurationManager
      extended by org.eclipse.vtp.desktop.core.configuration.adrequest.AttachedDataManager
All Implemented Interfaces:
java.lang.Cloneable, ConfigurationManager

public class AttachedDataManager
extends DefaultConfigurationManager


Field Summary
static java.lang.String MEDIA_TYPE_ID
           
static java.lang.String NAMESPACE_URI
           
 
Constructor Summary
AttachedDataManager()
           
 
Method Summary
 java.lang.Object clone()
           
 AttachedDataBinding getAttachedDataBinding(java.lang.String name)
           
 java.lang.String getType()
           
 java.util.List listBindings()
           
 java.util.List listPromptBindings()
           
 void readConfiguration(org.w3c.dom.Element configuration)
           
 void writeConfiguration(org.w3c.dom.Element configuration)
           
 
Methods inherited from class org.eclipse.vtp.desktop.core.configuration.DefaultConfigurationManager
getBrandManager, getSourceElement, setBrandManager
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MEDIA_TYPE_ID

public static final java.lang.String MEDIA_TYPE_ID
See Also:
Constant Field Values

NAMESPACE_URI

public static final java.lang.String NAMESPACE_URI
See Also:
Constant Field Values
Constructor Detail

AttachedDataManager

public AttachedDataManager()
Method Detail

getAttachedDataBinding

public AttachedDataBinding getAttachedDataBinding(java.lang.String name)

listBindings

public java.util.List listBindings()

listPromptBindings

public java.util.List listPromptBindings()

getType

public java.lang.String getType()
Specified by:
getType in interface ConfigurationManager
Specified by:
getType in class DefaultConfigurationManager

readConfiguration

public void readConfiguration(org.w3c.dom.Element configuration)
Specified by:
readConfiguration in interface ConfigurationManager
Overrides:
readConfiguration in class DefaultConfigurationManager

writeConfiguration

public void writeConfiguration(org.w3c.dom.Element configuration)

clone

public java.lang.Object clone()
Specified by:
clone in interface ConfigurationManager
Specified by:
clone in class DefaultConfigurationManager